net/http.http2serverConn.pushEnabled (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4405: 		pushEnabled:                 true,
		h2_bundle.go#L4558: 	pushEnabled                 bool
		h2_bundle.go#L5755: 		sc.pushEnabled = s.Val != 0
		h2_bundle.go#L5913: 	sc.pushEnabled = false
		h2_bundle.go#L7146: 	if !sc.pushEnabled {
		h2_bundle.go#L7159: 		if !sc.pushEnabled {